SftTabs/NET 6.0

IndexOf Method, TabCollectionClass Class

Softel vdm, Inc.

Determines the index of a specific tab in the tab collection.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public Function IndexOf( ByVal tab As TabClass ) As Integer

C#   

public int IndexOf( TabClass tab );

C++   

public: int IndexOf( TabClass^ tab );

tab

The tab to locate in the tab collection.

Return Value

The zero-based index of the tab in the tab collection, -1 if the tab is not part of the tab collection.

Comments

The IndexOf method determines the index of a specific tab in the tab collection.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com